home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDUCATE / PBWIZ10.ARJ / STRING.INC < prev    next >
Text File  |  1991-11-30  |  460b  |  12 lines

  1.    DECLARE FUNCTION CheckSum% (STRING)
  2.    DECLARE FUNCTION Crunch$ (STRING, STRING)
  3.    DECLARE FUNCTION DelimExtract$ (STRING, STRING, INTEGER)
  4.    DECLARE FUNCTION MatchFile% (STRING, STRING)
  5.  
  6.    DECLARE SUB Cipher (STRING, STRING)
  7.    DECLARE SUB CipherP (STRING, STRING)
  8.    DECLARE SUB CRC16 (STRING, INTEGER, INTEGER)
  9.    DECLARE SUB Reverse (STRING)
  10.    DECLARE SUB RInstr (STRING, STRING, INTEGER)
  11.    DECLARE SUB TInstr (STRING, INTEGER, INTEGER)
  12.